Skip to content

Allow user to get the list of extra fields present in the entry. #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

mgautierfr
Copy link

There are well known fields in the entry that are always available.
Other fields are also available but there is no way to know what they are
but trying to retrieve them.

The method get_extra_fields allow user code to get the list (iterator) of
extra fields present in the entry.

There are well known fields in the entry that are always available.
Other fields are also available but there is no way to know what they are
but trying to retrieve them.

The method get_extra_fields allow user code to get the list (iterator) of
extra fields present in the entry.
@jonashaag
Copy link
Collaborator

Thanks for the patch!

I'd rather like to see this implemented as keys() as that's the way you'd expect it. (With the other non-extension fields in the returned list as well of course)

@mgautierfr
Copy link
Author

You're right.
Doing it, I go a bit further and fix a lot a things (see pr #6)

This pr is no more relevant with pr #6, so I close it.

@mgautierfr mgautierfr closed this May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants